home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0099.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  887 b   |  34 lines

  1. You should first run xmkmf to generate a Makefile that is specific to 
  2. your system. 
  3.  
  4. If the resulting Makefile still gives you trouble, then manually change
  5. the Makfile accordingly...
  6.  
  7. Ie: in my particular Makefile, you see
  8.         ...
  9.         CONFIGSRC = $(TOP)/config
  10.        DOCUTILSRC = $(TOP)/doc/util
  11.         CLIENTSRC = $(TOP)/clients
  12.           DEMOSRC = $(TOP)/demos
  13.            LIBSRC = $(TOP)/lib
  14.           FONTSRC = $(TOP)/fonts
  15.        INCLUDESRC = $(TOP)/X11
  16.         SERVERSRC = $(TOP)/server
  17.         ...
  18.  
  19. > "don't know to make -lXmu".  The file libXmu.a is under the /usr/lib.
  20.  
  21. So, change the LIBSRC line to something like:
  22.  
  23.            LIBSRC = /usr/lib
  24.  
  25. > I want to make this package run as soon as possible. I sent a
  26. > mail regarding this problem to Dan. But I found that he is not there.
  27.  
  28. Cool. Have no idea who Dan is thou...
  29.  
  30. Mail me if you still have trouble setting it up.
  31.  
  32. -Pei
  33.  
  34.